object fWelcome: TfWelcome Left = 300 Top = 209 BorderStyle = bsDialog Caption = 'Welcome' ClientHeight = 320 ClientWidth = 477 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnCreate = FormCreate DesignSize = ( 477 320) PixelsPerInch = 96 TextHeight = 13 object bevBottom: TBevel Left = 0 Top = 273 Width = 477 Height = 47 Align = alBottom Shape = bsTopLine end object paWelcome: TPanel Left = 0 Top = 60 Width = 477 Height = 213 Align = alClient BevelOuter = bvNone TabOrder = 0 object Label3: TLabel Left = 16 Top = 8 Width = 136 Height = 16 Caption = 'Uninstaller Options:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object lCreateExplanatory: TLabel Left = 52 Top = 56 Width = 404 Height = 39 Caption = 'This option will display all the applications which can automati' + 'cally be uninstalled from your computer (program with an associa' + 'ted uninstaller). Just select the application from the list and ' + 'choose Uninstall program.' Transparent = True WordWrap = True end object lImportExplanatory: TLabel Left = 56 Top = 144 Width = 399 Height = 39 Caption = 'Select this option to remove any existing application from your ' + 'computer (for example, applications which do not have an associa' + 'ted uninstaller). Just follow the steps in each screen to comple' + 'te uninstalling the program.' Transparent = True WordWrap = True end object rbNormal: TRadioButton Left = 48 Top = 32 Width = 257 Height = 17 Caption = 'Normal uninstall' Checked = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 0 TabStop = True end object rbManual: TRadioButton Left = 48 Top = 120 Width = 297 Height = 17 Caption = 'Assisted uninstall' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 1 end end object paTop: TPanel Left = 0 Top = 0 Width = 477 Height = 60 Align = alTop BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 1 object Image2: TImage Left = 2 Top = 2 Width = 473 Height = 56 Align = alClient Picture.Data = {} Stretch = True end object lWindowTitle: TLabel Left = 23 Top = 20 Width = 300 Height = 16 Caption = 'Welcome to Innovatools Add/Remove Plus!' Color = clSilver Font.Charset = DEFAULT_CHARSET Font.Color = 1973790 Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentColor = False ParentFont = False Transparent = True end object Image1: TImage Left = 432 Top = 16 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Transparent = True end end object buContinue: TButton Left = 376 Top = 282 Width = 91 Height = 33 Anchors = [akLeft, akBottom] Cancel = True Caption = '&Continue' Default = True ModalResult = 1 TabOrder = 2 end object cbShowAtStartup: TCheckBox Left = 8 Top = 290 Width = 321 Height = 17 Anchors = [akLeft, akBottom] Caption = 'Show this Welcome dialog box at startup' TabOrder = 3 OnClick = cbShowAtStartupClick end end